🎖️GitЯра🎖️
docs/terminal_chat_cli.md 9f73fbf87002682ba3c1f3da32b7252d8ea2feda (9f73fbf8) Text, 1.68 KB
Terminal Chat CLI
Below are the commands you can enter into the Terminal Chat clients:
T282828
set freq {frequency}
Set the LoRa frequency. Example: set freq 915.8
T282828
set tx {tx-power-dbm}
Sets LoRa transmit power in dBm.
T282828
set name {name}
Sets your advertisement name.
T282828
set lat {latitude}
Sets your advertisement map latitude. (decimal degrees)
T282828
set lon {longitude}
Sets your advertisement map longitude. (decimal degrees)
T282828
set dutycycle {percent}
Sets the transmit duty cycle limit (1-100%). Example: T383838set dutycycle 10 for 10%.
T282828
set af {air-time-factor}
Sets the transmit air-time-factor. Deprecated — use T383838set dutycycle instead.
T282828
time {epoch-secs}
Set the device clock using UNIX epoch seconds. Example: time 1738242833
T282828
advert
Sends an advertisement packet
T282828
clock
Displays current time per device's clock.
T282828
ver
Shows the device version and firmware build date.
T282828
card
Displays your 'business card', for others to manually import
T282828
import {card}
Imports the given card to your contacts.
T282828
list {n}
List all contacts by most recent. (optional {n}, is the last n by advertisement date)
T282828
to
Shows the name of current recipient contact. (for subsequent 'send' commands)
T282828
to {name-prefix}
Sets the recipient to the first matching contact (in 'list') by the name prefix. (ie. you don't have to type whole name)
T282828
send {text}
Sends the text message (as DM) to current recipient.
T282828
reset path
Resets the path to current recipient, for new path discovery.
T282828
public {text}
Sends the text message to the built-in 'public' group channel
Served by rngit 1.5.0 - Generated in 0.07s